Home
last modified time | relevance | path

Searched hist:b9c39442ceffb202b98a88d492347eae125c5ba2 (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dpercpu.cdiff b9c39442ceffb202b98a88d492347eae125c5ba2 Tue Jul 25 01:02:01 CEST 2017 Dennis Zhou (Facebook) <dennisszhou@gmail.com> percpu: setup_first_chunk remove dyn_size and consolidate logic

There is logic for setting variables in the static chunk init code that
could be consolidated with the dynamic chunk init code. This combines
this logic to setup for combining the allocation paths. reserved_size is
used as the conditional as a dynamic region will always exist.

Signed-off-by: Dennis Zhou <dennisszhou@gmail.com>
Reviewed-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: Tejun Heo <tj@kernel.org>